home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-serious-
/
hardware
/
ahd12
/
config
/
makefile
< prev
Wrap
Makefile
|
2000-02-28
|
248b
|
13 lines
OBJS = config.o /glue.o /hdif.o /devbug.o
CFLAGS = -ce -v
config : $(OBJS)
blink lib:c.o $(OBJS) TO config LIB lib:lc.lib lib:amiga.lib lib:debug.lib SC SD ND
copy config /bin
clean :
delete \#?.o
-delete config